home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / ISP / SCRPTLST / PRIMENET.CMD < prev    next >
Encoding:
Text File  |  1996-02-13  |  2.3 KB  |  154 lines

  1. #    PRIMENET LOGIN.CMD FOR TRUMPET WINSOCK
  2.  
  3. # login.cmd 8/3/95
  4.  
  5. # Modified by chk,daveg, and cj.
  6.  
  7.  
  8. DISPLAY \n
  9.  
  10. DISPLAY \n
  11.  
  12. DISPLAY *****************************************************************\n
  13.  
  14. DISPLAY                Your modem is now dialing Primenet...\n
  15.  
  16. DISPLAY \n
  17.  
  18. DISPLAY Remember to read your Primenet User's Manual located in the\n
  19.  
  20. DISPLAY Primenet Folder!\n
  21.  
  22. DISPLAY \n
  23.  
  24. DISPLAY If you receive a busy signal Winsock Dialer will redial the phone \n
  25.  
  26. DISPLAY every 40 seconds until a connection is made or until you press\n
  27.  
  28. DISPLAY the Escape key (Esc).\n
  29.  
  30. DISPLAY *****************************************************************\n
  31.  
  32. DISPLAY \n
  33.  
  34.  
  35. # generic modem
  36.  
  37. #OUTPUT AT&F&C1&D2&K3&R0S10=60\13
  38.  
  39. # usr sportster/courier
  40.  
  41. #OUTPUT AT&F&H1&R2&B1S10=60\13
  42.  
  43. # supra modem
  44.  
  45. #OUTPUT AT&F1\13
  46.  
  47. # boca modem
  48.  
  49. #OUTPUT AT&F&C1&D2\\Q3&R0S10=60\13
  50.  
  51.  
  52. OUTPUT ATZ\13
  53.  
  54. sleep 2
  55.  
  56.  
  57. repeat
  58.  
  59.    display \n
  60.  
  61.    display \n
  62.  
  63.    OUTPUT ATDT" *PUT PHONE NUMBER HERE* "\13
  64.  
  65.    display Please Wait...\n
  66.  
  67. until [input 40 CONNECT]
  68.  
  69.  
  70. SLEEP 3
  71.  
  72.  
  73. INPUT 30 login:
  74.  
  75.  
  76. repeat
  77.  
  78.  
  79. # ** PLEASE DO NOT TAKE OUT THE "P" FROM THE BEGINNING OF YOUR USER NAME.
  80.  
  81. # ** IT IS PLACED THERE ON PURPOSE TO INITIATE A PPP CONNECTION.
  82.  
  83.    
  84.  
  85.    OUTPUT Ploginname\13
  86.  
  87.    INPUT 30 Password:
  88.  
  89.    PASSWORD Enter Your Primenet Password:
  90.  
  91.    OUTPUT \p\13
  92.  
  93.  
  94. until [INPUT 10 PPP]
  95.  
  96.  
  97.  
  98. INPUT 30 from (
  99.  
  100. INPUT 30 ) to
  101.  
  102. ADDRESS 30
  103.  
  104.  
  105.  
  106. DISPLAY \n
  107.  
  108. DISPLAY \n
  109.  
  110. DISPLAY Your IP address for this session is \i.\n
  111.  
  112.  
  113. DISPLAY \n
  114.  
  115. DISPLAY \n
  116.  
  117. DISPLAY \n
  118.  
  119. DISPLAY ********************************************************************\n
  120.  
  121. DISPLAY                        
  122.  
  123. DISPLAY "                            Welcome to..."\n
  124.  
  125. DISPLAY \n
  126.  
  127. DISPLAY "                    P   R   I   M   E   N   E   T"\n
  128.  
  129. DISPLAY \n
  130.  
  131. DISPLAY You may now MINIMIZE Trumpet Winsock and run your PPP applications. \n
  132.  
  133. DISPLAY \n
  134.  
  135. DISPLAY Be sure to read the Primenet User's Manual in the Primenet folder\n
  136.  
  137. DISPLAY before calling Primenet Technical Support!\n
  138.  
  139. DISPLAY \n
  140.  
  141. DISPLAY If you have any problems please call 602-395-1010 or 800-4 NET FUN\n
  142.  
  143. DISPLAY ********************************************************************\n
  144.  
  145. DISPLAY \n
  146.  
  147. DISPLAY \n
  148.  
  149. DISPLAY \n
  150.  
  151.  
  152. ONLINE
  153.  
  154.